num1 = int(input("Enter first number: "))
num2 = int(input("Enter second number: "))
ans =  ** 
print(ans)